eBay Sold Listings (10 marketplaces)
Pricing
from $0.005 / seller profile
eBay Sold Listings (10 marketplaces)
Two modes in one actor. SELLER: paste any eBay URL (/usr/, /str/, /itm/), get a JSON record with feedback, DSR, 90-day GMV, sell-through, repeat-buyer ratio, tier. KEYWORD: paste phrases, get sold/active listings with prices. 10 marketplaces, multilingual, pay-per-event ($5-15/1k).
Pricing
from $0.005 / seller profile
Rating
0.0
(0)
Developer
Blynx
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
2
Monthly active users
a day ago
Last modified
Categories
Share
๐ eBay Sold Listings + Seller Intelligence
Research eBay prices and sellers across 10 marketplaces. Find sold listings by keyword, check active/completed items, or paste seller/store/item URLs and get a full seller intelligence record with feedback, GMV estimates, sell-through, recent feedback, and tier.
One actor, two jobs: price research from listings and seller research from profiles. Useful when you need eBay data that is cleaner than copy-pasting search pages and faster than building your own scraper.
๐ฅ What this actor is good at
- ๐ฐ Sold price research: collect sold/completed listings from the last public eBay window
- ๐ฆ Active listing monitoring: see what is live now by keyword and marketplace
- ๐งโ๐ผ Seller intelligence: reputation, store flag, business flag, feedback velocity, active/sold counts
- ๐ GMV and velocity estimates: monthly/annual GMV, 90-day sold count, average sold price
- ๐ 10 eBay marketplaces: US, UK, DE, FR, IT, ES, CA, AU, IE, NL
- ๐ Filters that matter: price, category, condition, item location, sorting, sold-date window
- ๐งพ Clean exports: listing rows or seller rows ready for CSV, Excel, Google Sheets, BI tools, or API use
โ๏ธ Two workflows
1. KEYWORD_SEARCH - listing rows
Use this for product research. Search phrases like "iphone 15 pro max", "pokemon booster box", or "sony wh-1000xm5" and get one row per matching sold, active, or completed listing.
2. SELLER_INTELLIGENCE - seller rows
Use this for competitor research and lead lists. Paste eBay profile URLs, store URLs, seller search URLs, item URLs, raw usernames, or an input dataset. The actor resolves the seller and returns one enriched seller record.
๐ก Pro tip: run
KEYWORD_SEARCHfirst to discover sellers in a niche, then feed item URLs or seller URLs intoSELLER_INTELLIGENCE.
๐ฅ Input examples
Sold listings by keyword
{"mode": "KEYWORD_SEARCH","keywords": ["iphone 15 pro max"],"listingType": "SOLD","daysToScrape": 30,"count": 100,"ebaySite": "EBAY_US","sortOrder": "endedRecently","condition": "ANY"}
Active listings with a price filter
{"mode": "KEYWORD_SEARCH","keywords": ["sony wh-1000xm5"],"listingType": "ACTIVE","count": 250,"ebaySite": "EBAY_UK","minPrice": 100,"maxPrice": 300,"condition": "USED","sortOrder": "priceLowest"}
Seller intelligence from URLs
{"mode": "SELLER_INTELLIGENCE","profileUrls": [{ "url": "https://www.ebay.com/usr/musicmagpie" },{ "url": "https://www.ebay.com/itm/123456789012" }],"ebaySite": "EBAY_US","includeActiveListings": true,"includeSoldListings": true,"includeRecentFeedback": true}
๐ Supported marketplaces
| Value | Marketplace |
|---|---|
EBAY_US | ebay.com |
EBAY_UK | ebay.co.uk |
EBAY_DE | ebay.de |
EBAY_FR | ebay.fr |
EBAY_IT | ebay.it |
EBAY_ES | ebay.es |
EBAY_CA | ebay.ca |
EBAY_AU | ebay.com.au |
EBAY_IE | ebay.ie |
EBAY_NL | ebay.nl |
๐ Keyword search fields
| Field | What it does |
|---|---|
keywords | Product, brand, model, or search phrase. Each phrase runs separately. |
listingType | SOLD, ACTIVE, or COMPLETED. |
daysToScrape | How many days back to keep for sold/completed results. eBay's public sold history is roughly 90 days. |
count | Maximum listings per keyword. |
ebaySite | Marketplace to query. |
category | Optional eBay category ID. |
sortOrder | Ended recently, newly listed, ending soonest, price low/high, or best match. |
minPrice, maxPrice | Price filters in the marketplace currency. |
itemLocation | Default, local country only, or worldwide. |
condition | Any, new, used, refurbished, open box, or parts/not working. |
detailedSearch | Visits each item page for extra detail. Slower and more expensive, but deeper. |
Listing output
keyword,ebaySite,listingTypelistingId,itemUrltitle,subtitlepriceText,priceAmount,currencysoldDate- extra item fields when
detailedSearchis enabled scrapedAt
{"keyword": "iphone 15 pro max","ebaySite": "EBAY_US","listingType": "SOLD","listingId": "123456789012","title": "Apple iPhone 15 Pro Max 256GB","priceAmount": 899.99,"currency": "USD","soldDate": "Jun 12, 2026","itemUrl": "https://www.ebay.com/itm/123456789012"}
๐ง Seller intelligence fields
You can provide sellers through:
profileUrls: profile pages, feedback pages, store URLs, seller search URLs, or item URLsusernames: raw eBay usernamesdatasetId: an Apify dataset containing seller-like fields
| Field | What it does |
|---|---|
includeActiveListings | Adds active listing count and sample. |
includeSoldListings | Adds sold count, GMV estimate, velocity, and sell-through signals. |
includeRecentFeedback | Adds recent feedback comments. |
sampleListings | Number of active/sold sample listings to keep. |
minFeedbackScore | Keep sellers above a lifetime feedback score. |
minPositivePercent | Keep sellers above a positive feedback percentage. |
countries | Keep only sellers registered in selected countries. |
mustBeTopRated | Keep only Top Rated sellers. |
mustHaveStore | Keep only sellers with an eBay Store. |
mustBeBusinessSeller | Keep only business sellers. |
minMonthlyGmvEstimate | Keep sellers above an estimated monthly GMV. |
tiers | Keep selected seller tiers only. |
Seller output
- Identity:
username,profileUrl,feedbackProfileUrl,ebaySite,avatarUrl - Reputation:
feedbackScore,positiveFeedbackPercent,totalFeedbackReceived - Seller flags:
isTopRated,isBusinessSeller,hasStore,storeUrl - Activity:
activeListingsCount,soldLast90DaysCount, samples - Money signals:
averageSoldPrice,gmv90dEstimate,monthlyGmvEstimate,annualGmvEstimate - Quality signals:
sellThroughRate,repeatBuyerRatio,tier,globalTier - Currency context:
currency,sellerCurrency,globalCurrency - Feedback detail:
feedbackBreakdown,feedbackVelocity,recentFeedback
{"username": "musicmagpie","ebaySite": "EBAY_UK","feedbackScore": 1234567,"positiveFeedbackPercent": 98.8,"isTopRated": true,"hasStore": true,"activeListingsCount": 250000,"soldLast90DaysCount": 10000,"monthlyGmvEstimate": 750000,"sellThroughRate": 0.42,"tier": "MEGA","sellerCurrency": "GBP"}
๐ก๏ธ Anti-bot and reliability
eBay can be rough on datacenter traffic, especially at scale. This actor is built around:
- HTTP requests only: no browser runtime
- Marketplace-aware URLs for each supported eBay domain
- Residential proxy defaults because eBay blocks many datacenter ASNs
- Retries for 403, 429, 5xx, and bot-wall pages
- Post-fetch filters so you can narrow a broad seller list without paying for rows you do not keep
๐ผ Use cases
- Resale price research
- Product-market validation
- Sold-price history for marketplaces, dashboards, or spreadsheets
- Competitor seller tracking
- Finding power sellers in a niche
- Marketplace due diligence
- Seller lead lists for sourcing, wholesale, or partnerships
- Monitoring active inventory and sell-through
โ FAQ
Q: Can it scrape sold listings?
Yes. Use KEYWORD_SEARCH with listingType: "SOLD".
Q: How far back can sold data go?
eBay's public sold/completed history is roughly 90 days. Older data is not reliably available from public pages.
Q: Are GMV numbers exact?
No. They are estimates based on public sold/feedback signals. Treat them as directional intelligence, not official eBay analytics.
Q: Should I enable detailedSearch?
Use it only when you need item-page details. For price research, the normal keyword output is usually faster and cheaper.
Q: What proxy should I use?
Residential proxy is strongly recommended for eBay. Datacenter can work for small tests but gets blocked more often.
๐ท๏ธ Tags
ebay scraper ยท ebay sold listings ยท ebay price research ยท ebay seller scraper ยท ebay api alternative ยท resale research ยท seller intelligence ยท marketplace analytics ยท apify ebay
๐ Built for Apify | HTTP-only | 10 marketplaces | Sold listings + seller intelligence